home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3selwin2.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SELWIN2_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_SELWIN2 = 1697;
-
-
-
-
- // Description: Register section bit for the filer. This is needed to support 'copy to a
- // file' and 'paste from a file' methods. Note: IFF is an international standard and IFF
- // chunk ids should be unique world wide.
- // Returns: Boolean, true if succeeded. False indicates 'out of section bits'.
- // p1: Integer, model class
- // p3: Integer, ordnum of the section bit.
-
- R3SELWIN2CM_REGISTERIFFID = 1697000;
-
- function mR3SELWIN2CM_REGISTERIFFID(p1, p3) {
- return DoA2(this.r3obj, 1697000, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
- // Description: Add an item to New submenu of material tab. Class method.
- // p1: Integer, class id if the material class
- // p3: String, name to be used in the popup menu
-
- R3SELWIN2CM_REGISTERMATERIAL = 1697017;
-
- function mR3SELWIN2CM_REGISTERMATERIAL(p1, p3) {
- DoA2(this.r3obj, 1697017, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: For R3WGA_DragSourceMth. Sent when an object is dragged from the select window.
-
- R3SELWIN2M_DRAG = 1697018;
-
- function mR3SELWIN2M_DRAG() {
- DoA(this.r3obj, 1697018, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Add an item to New submenu of image effect tab. Class method.
- // p1: Integer, class id if the image effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWIN2CM_REGISTERIMAGEEFF = 1697019;
-
- function mR3SELWIN2CM_REGISTERIMAGEEFF(p1, p3) {
- DoA2(this.r3obj, 1697019, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: Add an item to New submenu of particle effect tab. Class method.
- // p1: Integer, class id if the particle effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWIN2CM_REGISTERPARTICLE = 1697020;
-
- function mR3SELWIN2CM_REGISTERPARTICLE(p1, p3) {
- DoA2(this.r3obj, 1697020, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: For internal map changes. Used for loading/saving selected objects
-
- R3SELWIN2M_CANDROPLIST = 1697028;
-
- function mR3SELWIN2M_CANDROPLIST() {
- DoA(this.r3obj, 1697028, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Class methods. Add an item to New submenu of the output tab.
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id if the particle effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWIN2CM_REGISTERCHANNELC = 1697030;
-
- function mR3SELWIN2CM_REGISTERCHANNELC(p1, p3) {
- return DoA2(this.r3obj, 1697030, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Virtual method
-
- R3SELWIN2M_was_load_sel_chor = 1697044;
-
- function mR3SELWIN2M_was_load_sel_chor() {
- DoA(this.r3obj, 1697044, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Register new choreography loader
- // Virtual method
- // Returns: Boolean, true if succeded.
-
- R3SELWIN2CM_REGISTERCHOREOGR = 1697045;
-
- function mR3SELWIN2CM_REGISTERCHOREOGR() {
- return DoA(this.r3obj, 1697045, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Class methods. Add an item to New submenu of the view model tab.
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of the view model class
- // p3: String, name to be used in the popup menu
-
- R3SELWIN2CM_REGISTERVIEWMODE = 1697060;
-
- function mR3SELWIN2CM_REGISTERVIEWMODE(p1, p3) {
- return DoA2(this.r3obj, 1697060, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
-
-
-
- R3SELWIN2A_NoTab = 1697500;
- function SetR3SELWIN2A_NoTab(value) {
- R3Set(this.r3obj, R3SELWIN2A_NoTab, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SELWIN2A_NoTab() {
- return R3Get(this.r3obj, R3SELWIN2A_NoTab, R3TID_INTEGER, 0);
- }
-
- R3SELWIN2A_ShowClass = 1697501;
- function SetR3SELWIN2A_ShowClass(value) {
- R3Set(this.r3obj, R3SELWIN2A_ShowClass, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SELWIN2A_ShowClass() {
- return R3Get(this.r3obj, R3SELWIN2A_ShowClass, R3TID_INTEGER, 0);
- }
-
- R3SELWIN2A_BalanceTree = 1697507;
- function GetR3SELWIN2A_BalanceTree() {
- return R3Get(this.r3obj, R3SELWIN2A_BalanceTree, R3TID_BOOLEAN, R3TNF_ARRAY);
- }
-
-
-
- function r3Selwin2 () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELWIN2, arguments);
- }
- // Methods
- this.REGISTERIFFID=mR3SELWIN2CM_REGISTERIFFID;
- this.REGISTERMATERIAL=mR3SELWIN2CM_REGISTERMATERIAL;
- this.DRAG=mR3SELWIN2M_DRAG;
- this.REGISTERIMAGEEFF=mR3SELWIN2CM_REGISTERIMAGEEFF;
- this.REGISTERPARTICLE=mR3SELWIN2CM_REGISTERPARTICLE;
- this.CANDROPLIST=mR3SELWIN2M_CANDROPLIST;
- this.REGISTERCHANNELC=mR3SELWIN2CM_REGISTERCHANNELC;
- this.was_load_sel_chor=mR3SELWIN2M_was_load_sel_chor;
- this.REGISTERCHOREOGR=mR3SELWIN2CM_REGISTERCHOREOGR;
- this.REGISTERVIEWMODE=mR3SELWIN2CM_REGISTERVIEWMODE;
-
- // Attributes
- this.GetNoTab=GetR3SELWIN2A_NoTab;
- this.SetNoTab=SetR3SELWIN2A_NoTab;
- this.GetShowClass=GetR3SELWIN2A_ShowClass;
- this.SetShowClass=SetR3SELWIN2A_ShowClass;
- this.GetBalanceTree=GetR3SELWIN2A_BalanceTree;
- }
-
- r3Selwin2.prototype=new r3Window;
- // r3selwin2.h_H